home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 2.2 KB | 89 lines | [TEXT/MPS ] |
- #####################################################################################
- # Initialization
- #####################################################################################
-
- # Make-specific variables have a double leading underscore
- # FWTool-specific variables have a single leading underscore
- # Shell variables have no leading underscores
-
- # Application Variables
- __AppName = undefinedApp
- __AppCreator = 'ODFa'
- __AppObjects =
- __AppResources =
-
- # Framework Variables
- __FrameworkName = ODF
- __FrameworkObjects =
- __FrameworkResources=
- __ODFObjects =
-
- # Component Variables
- __ComponentName = undefinedModule
- __StaticComponentName = obsoleteLIBVariable
- __CFMComponentName = obsoleteCFMVariable
- __IDLOnlyTarget = obsoleteIDEVariable
- __SharedLibraryName = undefinedModule
- __SharedLibraryObjects =
-
- __ComponentObjects =
- __ComponentObjectsPPC =
- __ComponentObjects68K =
- __ComponentSourcesFromIDL =
- __ExportedComponentObjects =
- __ComponentResources =
- __OtherComponentDependencies =
-
- # MPW Tool Variables
- __ToolName = undefinedTool
- __ToolObjects =
- __ToolResources =
-
- __IncludeDirs =
- __SourceDirs =
-
- __CIncludeDirs = ∂
- -i "{CIncludes}"
-
- # Component specifix options variables
- __CPlusOptions =
-
- # System Stuff
- # Some of these definitions need to be overridden by
- # a processor-specific (ppc,68k) definition file
-
- __InitLibs =
- __SystemObjects =
- __SystemLibEquates =
- __OtherObjects =
- __PrecompiledHederFile =
- __SharedLibraryLinkOptions =
- __StaticLibraryLinkOptions =
- __PrecompiledHeaderDir = {FWPreCompHdrDir}
- __OpenDocObjects =
- __68KASMObjects =
- __WeakLinkLibs =
- __ComponentObjectsPPC =
-
- #####################################################################################
- # Defaults
- #####################################################################################
-
- # ODF static link libraries
-
- __FrameworkSrcDirs = ∂
- "{ODF}Framewrk:FWGadgts:Sources:" ∂
- "{ODF}Framewrk:FWPart:Sources:"
-
- __PrecompiledHeaderFile = ∂
- "{__PrecompiledHeaderDir}"FWHeader.dmp
-
- __SharedLibraryLinkOptions = -xm s -c 'cfmg' -t 'shlb'
-
- __ExportVtablesFromModules =
-
- # this is define in the PPC and 68K .dfn files, but for SOM builds (where we
- # have an unknown architecture), make still needs to have variables defined.
- __FWArchitecture =
- __FWComp =
-